C# 클래스 Aurora.Voice.Whisper.Agent

파일 보기 프로젝트 열기: aurora-sim/whisper_server 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
channel int
pass string
session int
userid int
uuid UUID

공개 메소드들

메소드 설명
Agent ( UUID uuid ) : System
Name ( UUID uuid ) : string

메소드 상세

Agent() 공개 메소드

public Agent ( UUID uuid ) : System
uuid UUID
리턴 System

Name() 공개 정적인 메소드

public static Name ( UUID uuid ) : string
uuid UUID
리턴 string

프로퍼티 상세

channel 공개적으로 프로퍼티

public int channel
리턴 int

pass 공개적으로 프로퍼티

public string pass
리턴 string

session 공개적으로 프로퍼티

public int session
리턴 int

userid 공개적으로 프로퍼티

public int userid
리턴 int

uuid 공개적으로 프로퍼티

public UUID uuid
리턴 UUID