NL::布莱:: BLE端点

概括

遗产

:从继承NL ::竹叶提取:: BleLayerObject

公共类型

@13枚举
AlignT类型定义
uint64_t
OnConnectCompleteFunct )(BLEEndPoint *endPoint, BLE_ERROR err)类型定义
void(*
OnConnectionClosedFunct )(BLEEndPoint *endPoint, BLE_ERROR err)类型定义
void(*
OnMessageReceivedFunct )(BLEEndPoint *endPoint, PacketBuffer *msg)类型定义
void(*

公共属性

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

公共职能

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

公共类型

@13

 @13

对齐

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)

公共属性

连接完成

OnConnectCompleteFunct OnConnectComplete

连接关闭

OnConnectionClosedFunct OnConnectionClosed

收到消息

OnMessageReceivedFunct OnMessageReceived

状态

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

公共职能

中止

void Abort(
  void
)

关闭

void Close(
  void
)

IsUnsubscribePending

bool IsUnsubscribePending(
  void
) const 

收到

BLE_ERROR Receive(
  PacketBuffer *data
)

发送

BLE_ERROR Send(
  PacketBuffer *data
)

开始连接

BLE_ERROR StartConnect(
  void
)