NamedRpcClientNetworkerPipe<T extends RpcFunctionName> class
final
- Inheritance
-
- Mixed in types
-
Methods
-
callFunction(int function, Uint8List data, {Channel sender = kAnyChannel, bool forceLocal = false})
→ bool
-
inherited
-
callNamedFunction(T name, Uint8List data, {Channel sender = kAnyChannel, bool forceLocal = false})
→ bool
-
inherited
-
connect(NetworkerPipe<RpcNetworkerPacket, dynamic> pipe)
→ void
-
inherited
-
decode(Uint8List data)
→ RpcNetworkerPacket
-
inherited
-
decodeChannel(Uint8List data, Channel channel)
→ (RpcNetworkerPacket, Channel)?
-
inherited
-
disconnect(NetworkerPipe<RpcNetworkerPacket, dynamic> pipe)
→ void
-
inherited
-
encode(RpcNetworkerPacket data)
→ Uint8List
-
inherited
-
encodeChannel(RpcNetworkerPacket data, Channel channel)
→ (Uint8List, Channel)?
-
inherited
-
getFunction(int function)
→ RawNetworkerPipe?
-
inherited
-
getNamedFunction(T name)
→ RawNetworkerPipe?
-
inherited
-
isValidCall(int function, Channel sender, [Channel receiver = kAnyChannel])
→ bool
-
inherited
-
isValidNamedCall(T name, Channel sender, [Channel receiver = kAnyChannel])
→ bool
-
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
onMessage(Uint8List data, [Channel channel = kAnyChannel])
→ void
-
inherited
-
registerFunction(int function, {bool canRunLocally = false, RpcNetworkerMode mode = RpcNetworkerMode.authority})
→ RawNetworkerPipe
-
inherited
-
registerNamedFunction(T name)
→ RawNetworkerPipe
-
inherited
-
registerNamedFunctions(List<T> functions)
→ List<RawNetworkerPipe>
-
inherited
-
runFunction(RpcNetworkerPacket packet, {bool forceLocal = false})
→ bool
-
inherited
-
runNamedFunction(RpcNetworkerPacket packet, {bool forceLocal = false})
→ bool
-
inherited
-
sendMessage(RpcNetworkerPacket data, [Channel channel = kAnyChannel])
→ void
-
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
unregisterFunction(int function)
→ bool
-
inherited
-
unregisterNamedFunction(T name)
→ bool
-
inherited