![]() |
vitasdk
Documentation of the vitasdk
|
Exports for User. More...
Data Structures | |
| struct | SceNetAdhocMatchingMember |
Typedefs | |
| typedef void(* | SceNetAdhocMatchingCallback) (int id, int type, SceNetInAddr *addr, SceSize opt_len, void *opt) |
Functions | |
| int | sceNetAdhocMatchingInit (unsigned int pool_size, void *pool_ptr) |
| int | sceNetAdhocMatchingTerm (void) |
| int | sceNetAdhocMatchingStart (int id, int thread_priority, int thread_stack_size, int thread_cpu_affinity_mask, int hello_opt_len, void *hello_opt) |
| int | sceNetAdhocMatchingCreate (SceNetAdhocMatchingMode mode, int max_members, SceUShort16 port, int rx_buffer_len, unsigned int hello_interval, unsigned int keep_alive_interval, int retry_count, unsigned int rexmt_interval, SceNetAdhocMatchingCallback handler_callback) |
| int | sceNetAdhocMatchingStop (int id) |
| int | sceNetAdhocMatchingDelete (int id) |
| int | sceNetAdhocMatchingAbortSendData (int id, SceNetInAddr *addr) |
| int | sceNetAdhocMatchingCancelTargetWithOpt (int id, SceNetInAddr *target, int opt_len, char *opt) |
| int | sceNetAdhocMatchingCancelTarget (int id, SceNetInAddr *target) |
| int | sceNetAdhocMatchingSetHelloOpt (int id, int opt_len, void *opt) |
| int | sceNetAdhocMatchingGetHelloOpt (int id, unsigned int *opt_len, void *opt) |
| int | sceNetAdhocMatchingGetMembers (int id, unsigned int *members_count, struct SceNetAdhocMatchingMember *members) |
| int | sceNetAdhocMatchingSelectTarget (int id, SceNetInAddr *target, int opt_len, void *opt) |
| int | sceNetAdhocMatchingSendData (int id, SceNetInAddr *addr, int data_len, void *data) |
Variables | |
| SceNetInAddr | SceNetAdhocMatchingMember::addr |
Exports for User.
Include the header file in your project:
Link the library to the executable:
| struct SceNetAdhocMatchingMember |
| Data Fields | ||
|---|---|---|
| SceNetInAddr | addr | |
| typedef void(* SceNetAdhocMatchingCallback) (int id, int type, SceNetInAddr *addr, SceSize opt_len, void *opt) |
| int sceNetAdhocMatchingInit | ( | unsigned int | pool_size, |
| void * | pool_ptr | ||
| ) |
| int sceNetAdhocMatchingTerm | ( | void | ) |
| int sceNetAdhocMatchingStart | ( | int | id, |
| int | thread_priority, | ||
| int | thread_stack_size, | ||
| int | thread_cpu_affinity_mask, | ||
| int | hello_opt_len, | ||
| void * | hello_opt | ||
| ) |
| int sceNetAdhocMatchingCreate | ( | SceNetAdhocMatchingMode | mode, |
| int | max_members, | ||
| SceUShort16 | port, | ||
| int | rx_buffer_len, | ||
| unsigned int | hello_interval, | ||
| unsigned int | keep_alive_interval, | ||
| int | retry_count, | ||
| unsigned int | rexmt_interval, | ||
| SceNetAdhocMatchingCallback | handler_callback | ||
| ) |
| int sceNetAdhocMatchingStop | ( | int | id | ) |
| int sceNetAdhocMatchingDelete | ( | int | id | ) |
| int sceNetAdhocMatchingAbortSendData | ( | int | id, |
| SceNetInAddr * | addr | ||
| ) |
| int sceNetAdhocMatchingCancelTargetWithOpt | ( | int | id, |
| SceNetInAddr * | target, | ||
| int | opt_len, | ||
| char * | opt | ||
| ) |
| int sceNetAdhocMatchingCancelTarget | ( | int | id, |
| SceNetInAddr * | target | ||
| ) |
| int sceNetAdhocMatchingSetHelloOpt | ( | int | id, |
| int | opt_len, | ||
| void * | opt | ||
| ) |
| int sceNetAdhocMatchingGetHelloOpt | ( | int | id, |
| unsigned int * | opt_len, | ||
| void * | opt | ||
| ) |
| int sceNetAdhocMatchingGetMembers | ( | int | id, |
| unsigned int * | members_count, | ||
| struct SceNetAdhocMatchingMember * | members | ||
| ) |
| int sceNetAdhocMatchingSelectTarget | ( | int | id, |
| SceNetInAddr * | target, | ||
| int | opt_len, | ||
| void * | opt | ||
| ) |
| int sceNetAdhocMatchingSendData | ( | int | id, |
| SceNetInAddr * | addr, | ||
| int | data_len, | ||
| void * | data | ||
| ) |
| SceNetInAddr SceNetAdhocMatchingMember::addr |