startAndSend method
void
startAndSend()
Implementation
void startAndSend(
IStatus status,
ITransaction transaction,
int level,
int msgType,
int length,
Pointer<Uint8> message,
) {
_startAndSend(
self,
status.self,
transaction.self,
level,
msgType,
length,
message,
);
status.checkStatus();
}