O Google tem o compromisso de promover a igualdade racial para as comunidades negras. Saiba como.

nl :: Ble :: BLEEndPoint

Resumo

Herança

Herda: nl :: Ble :: BleLayerObject

Tipos públicos

@13 enum
AlignT typedef
uint64_t
OnConnectCompleteFunct )(BLEEndPoint *endPoint, BLE_ERROR err) typedef
void(*
OnConnectionClosedFunct )(BLEEndPoint *endPoint, BLE_ERROR err) typedef
void(*
OnMessageReceivedFunct )(BLEEndPoint *endPoint, PacketBuffer *msg) typedef
void(*

Atributos públicos

OnConnectComplete
OnConnectCompleteFunct
OnConnectionClosed
OnConnectionClosedFunct
OnMessageReceived
OnMessageReceivedFunct
mState
enum nl::Ble::BLEEndPoint::@13

Funções públicas

Abort (void)
void
Close (void)
void
IsUnsubscribePending (void) const
bool
Receive (PacketBuffer *data)
Send (PacketBuffer *data)
StartConnect (void)

Tipos públicos

@ 13

 @13

AlignT

uint64_t AlignT

OnConnectCompleteFunct

void(* OnConnectCompleteFunct)(BLEEndPoint *endPoint, BLE_ERROR err)

OnConnectionClosedFunct

void(* OnConnectionClosedFunct)(BLEEndPoint *endPoint, BLE_ERROR err)

OnMessageReceivedFunct

void(* OnMessageReceivedFunct)(BLEEndPoint *endPoint, PacketBuffer *msg)

Atributos públicos

OnConnectComplete

OnConnectCompleteFunct OnConnectComplete

OnConnectionClosed

OnConnectionClosedFunct OnConnectionClosed

OnMessageReceived

OnMessageReceivedFunct OnMessageReceived

mState

enum nl::Ble::BLEEndPoint::@13 mState

Funções públicas

Abortar

void Abort(
  void
)

Perto

void Close(
  void
)

IsUnsubscribePending

bool IsUnsubscribePending(
  void
) const 

Receber

BLE_ERROR Receive(
  PacketBuffer *data
)

Mandar

BLE_ERROR Send(
  PacketBuffer *data
)

StartConnect

BLE_ERROR StartConnect(
  void
)