Class SendResponseArgs
发送文本消息类(外部)
Inheritance
object
SendResponseArgs
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Plugin.EveEntitys
Assembly: Plugin.dll
Syntax
public class SendResponseArgs
Constructors
SendResponseArgs()
Declaration
public SendResponseArgs()
SendResponseArgs(string, int, string)
Declaration
public SendResponseArgs(string toUsername, int ret, string msg)
Parameters
Type | Name | Description |
---|---|---|
string | toUsername | |
int | ret | |
string | msg |
SendResponseArgs(string, ulong, int, string)
Declaration
public SendResponseArgs(string toUsername, ulong newMsgId, int ret, string msg)
Parameters
Type | Name | Description |
---|---|---|
string | toUsername | |
ulong | newMsgId | |
int | ret | |
string | msg |
SendResponseArgs(string, ulong)
Declaration
public SendResponseArgs(string toUsername, ulong newMsgId)
Parameters
Type | Name | Description |
---|---|---|
string | toUsername | |
ulong | newMsgId |
Properties
Msg
错误信息
Declaration
public string Msg { get; set; }
Property Value
Type | Description |
---|---|
string |
NewMsgId
消息长id
Declaration
public ulong NewMsgId { get; set; }
Property Value
Type | Description |
---|---|
ulong |
Ret
发送状态
Declaration
public int Ret { get; set; }
Property Value
Type | Description |
---|---|
int |
ToUsername
信息接收人
Declaration
public string ToUsername { get; set; }
Property Value
Type | Description |
---|---|
string |