C# 클래스 Bend.LogCmd

파일 보기 프로젝트 열기: jeske/StepsDB-alpha 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
cmd LogCommands
cmddata byte[]

공개 메소드들

메소드 설명
LogCmd ( LogCommands cmd, byte cmddata ) : System

메소드 상세

LogCmd() 공개 메소드

public LogCmd ( LogCommands cmd, byte cmddata ) : System
cmd LogCommands
cmddata byte
리턴 System

프로퍼티 상세

cmd 공개적으로 프로퍼티

public LogCommands cmd
리턴 LogCommands

cmddata 공개적으로 프로퍼티

public byte[] cmddata
리턴 byte[]