C# 클래스 Acme.Sony9Pin.CommandBlocks.Return.DeviceTypeEventArgs

The device type event args.
상속: EventArgs
파일 보기 프로젝트 열기: lathoub/Sony9Pin.net

공개 프로퍼티들

프로퍼티 타입 설명
DeviceName string

공개 메소드들

메소드 설명
DeviceTypeEventArgs ( string deviceName ) : System

Initializes a new instance of the DeviceTypeEventArgs class.

메소드 상세

DeviceTypeEventArgs() 공개 메소드

Initializes a new instance of the DeviceTypeEventArgs class.
public DeviceTypeEventArgs ( string deviceName ) : System
deviceName string /// The device name. ///
리턴 System

프로퍼티 상세

DeviceName 공개적으로 프로퍼티

The device name.
public string DeviceName
리턴 string