C# 클래스 SensorShare.PictureMessage

파일 보기 프로젝트 열기: MarkPaxton/SensorShare3

공개 프로퍼티들

프로퍼티 타입 설명
Description string
ID System.Guid
Name string
PictureBytes byte[]
Sender string

공개 메소드들

메소드 설명
GetBytes ( ) : byte[]
PictureMessage ( ) : System
PictureMessage ( byte data ) : System
PictureMessage ( byte pictureBytes, string description, string name, string sender ) : System

메소드 상세

GetBytes() 공개 메소드

public GetBytes ( ) : byte[]
리턴 byte[]

PictureMessage() 공개 메소드

public PictureMessage ( ) : System
리턴 System

PictureMessage() 공개 메소드

public PictureMessage ( byte data ) : System
data byte
리턴 System

PictureMessage() 공개 메소드

public PictureMessage ( byte pictureBytes, string description, string name, string sender ) : System
pictureBytes byte
description string
name string
sender string
리턴 System

프로퍼티 상세

Description 공개적으로 프로퍼티

public string Description
리턴 string

ID 공개적으로 프로퍼티

public Guid,System ID
리턴 System.Guid

Name 공개적으로 프로퍼티

public string Name
리턴 string

PictureBytes 공개적으로 프로퍼티

public byte[] PictureBytes
리턴 byte[]

Sender 공개적으로 프로퍼티

public string Sender
리턴 string