DeviceHive.CommandEventArgs.CommandEventArgs C# (CSharp) 메소드

CommandEventArgs() 공개 메소드

Constructs a command event arguments structure
public CommandEventArgs ( DeviceCommand cmd ) : Microsoft.SPOT
cmd DeviceCommand Command that had caused an event. Should be expected to be null.
리턴 Microsoft.SPOT
        public CommandEventArgs(DeviceCommand cmd)
        {
            Command = cmd;
        }
CommandEventArgs