Table of Contents

SendCommand

Methods
bool SendCommand<T>(InteropEntity id, MessageTarget target, uint commandType, T message, int dataSize) where T : unmanaged
Parameters
Type Name Description
InteropEntity id
MessageTarget target
uint commandType
T message
int dataSize
Returns
Type Description
bool
Type Parameters
Name Description
T