|
static MCAPI void | BinaryMessageFragmentFunc (::HC_WEBSOCKET_OBSERVER *internalHandle, uchar const *payloadBytes, uint payloadSize, bool isLastFragment, void *context) |
|
static MCAPI void | BinaryMessageFunc (::HC_WEBSOCKET_OBSERVER *internalHandle, uchar const *bytes, uint payloadSize, void *context) |
|
static MCAPI void | CloseFunc (::HC_WEBSOCKET_OBSERVER *internalHandle, ::HCWebSocketCloseStatus status, void *context) |
|
static MCAPI ::std::unique_ptr<::HC_WEBSOCKET_OBSERVER, ::xbox::httpclient::ObserverDeleter > | Initialize (::std::shared_ptr<::xbox::httpclient::WebSocket > websocket, void(*messageFunc)(::HC_WEBSOCKET_OBSERVER *, char const *, void *), void(*binaryMessageFunc)(::HC_WEBSOCKET_OBSERVER *, uchar const *, uint, void *), void(*binaryFragmentFunc)(::HC_WEBSOCKET_OBSERVER *, uchar const *, uint, bool, void *), void(*closeFunc)(::HC_WEBSOCKET_OBSERVER *, ::HCWebSocketCloseStatus, void *), void *callbackContext) |
|
static MCAPI void | MessageFunc (::HC_WEBSOCKET_OBSERVER *internalHandle, char const *message, void *context) |
|
static MCAPI void ** | $vftable () |
|
◆ AddRef()
MCAPI int HC_WEBSOCKET_OBSERVER::AddRef |
( |
| ) |
|
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ Release()
MCAPI int HC_WEBSOCKET_OBSERVER::Release |
( |
| ) |
|
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ BinaryMessageFragmentFunc()
static MCAPI void HC_WEBSOCKET_OBSERVER::BinaryMessageFragmentFunc |
( |
::HC_WEBSOCKET_OBSERVER * | internalHandle, |
|
|
uchar const * | payloadBytes, |
|
|
uint | payloadSize, |
|
|
bool | isLastFragment, |
|
|
void * | context ) |
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ BinaryMessageFunc()
static MCAPI void HC_WEBSOCKET_OBSERVER::BinaryMessageFunc |
( |
::HC_WEBSOCKET_OBSERVER * | internalHandle, |
|
|
uchar const * | bytes, |
|
|
uint | payloadSize, |
|
|
void * | context ) |
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ CloseFunc()
static MCAPI void HC_WEBSOCKET_OBSERVER::CloseFunc |
( |
::HC_WEBSOCKET_OBSERVER * | internalHandle, |
|
|
::HCWebSocketCloseStatus | status, |
|
|
void * | context ) |
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ Initialize()
static MCAPI ::std::unique_ptr<::HC_WEBSOCKET_OBSERVER, ::xbox::httpclient::ObserverDeleter > HC_WEBSOCKET_OBSERVER::Initialize |
( |
::std::shared_ptr<::xbox::httpclient::WebSocket > | websocket, |
|
|
void(* | messageFunc )(::HC_WEBSOCKET_OBSERVER *, char const *, void *), |
|
|
void(* | binaryMessageFunc )(::HC_WEBSOCKET_OBSERVER *, uchar const *, uint, void *), |
|
|
void(* | binaryFragmentFunc )(::HC_WEBSOCKET_OBSERVER *, uchar const *, uint, bool, void *), |
|
|
void(* | closeFunc )(::HC_WEBSOCKET_OBSERVER *, ::HCWebSocketCloseStatus, void *), |
|
|
void * | callbackContext ) |
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ MessageFunc()
static MCAPI void HC_WEBSOCKET_OBSERVER::MessageFunc |
( |
::HC_WEBSOCKET_OBSERVER * | internalHandle, |
|
|
char const * | message, |
|
|
void * | context ) |
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ $vftable()
static MCAPI void ** HC_WEBSOCKET_OBSERVER::$vftable |
( |
| ) |
|
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
The documentation for this struct was generated from the following file: