- Preparing search index...
- The search index is not available
Deepkit
Class RpcCompositeMessage
Constructors
constructor
- new RpcCompositeMessage(type: number, id: number, writer: RpcConnectionWriter, clientId?: Uint8Array, source?: Uint8Array, routeType?: client | server): RpcCompositeMessage
-
Parameters
-
type: number
-
id: number
-
-
Optional
clientId: Uint8Array
-
Optional
source: Uint8Array
-
routeType: client | server = RpcMessageRouteType.client
Properties
Protected
Optional
clientId
clientId?: Uint8Array
Protected
Optional
source
source?: Uint8Array
Methods
add
- add<T>(type: number, body?: T, receiveType?: ReceiveType<T>): RpcCompositeMessage
-
Parameters
-
type: number
-
Optional
body: T
-
Optional
receiveType: ReceiveType<T>
send
- send(): void
-
Returns void