예제 #1
0
 void IPointCommand.Read(BinaryReader r)
 {
     Func = PointSerDes.DecodeFunc <IPointContext, Collection <string>, object, CommandRtn>(r);
     Cmds = PointSerDes.DecodeCommands(r);
 }
예제 #2
0
 void IPointCommand.Read(BinaryReader r) => Cmds = PointSerDes.DecodeCommands(r);
예제 #3
0
 void IPointCommand.Read(BinaryReader r)
 {
     When = (When)r.ReadByte();
     Func = PointSerDes.DecodeFunc <IPointContext, Collection <string>, CommandRtn>(r);
     Cmds = PointSerDes.DecodeCommands(r);
 }