nn::cec::CTR::Message::SetSendCount Member Functionnn::Result SetSendCount( const u8 sendCount );
| Name | Description | |
|---|---|---|
| in | sendCount | Send count. |
Specifies the send count. The send count is decremented by one with each send. The data is no longer sent once the count reaches zero.
A message will remain in the outbox even after it has been sent and its send count is 0.
CONFIDENTIAL