Show / Hide Table of Contents

Class ItemPayload

Inheritance
System.Object
Payload
ItemPayload
Inherited Members
Payload.Process(BinaryReader)
Payload.START_BYTE
Payload.END_BYTE
Payload.GetInteger(BinaryReader)
Payload.MakeInteger(UInt32, Boolean, Boolean)
Payload.GetMarkerForPackedIntegerBytes(Byte[])
Payload.GetPackedIntegers(BinaryReader)
Payload.MakePackedInteger(UInt32, UInt32, Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Dalamud.Game.Chat.SeStringHandling.Payloads
Assembly: Dalamud.dll
Syntax
public class ItemPayload : Payload

Constructors

| Improve this Doc View Source

ItemPayload()

Declaration
public ItemPayload()
| Improve this Doc View Source

ItemPayload(UInt32, Boolean)

Declaration
public ItemPayload(uint itemId, bool isHQ)
Parameters
Type Name Description
System.UInt32 itemId
System.Boolean isHQ

Properties

| Improve this Doc View Source

IsHQ

Declaration
public bool IsHQ { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

ItemId

Declaration
public uint ItemId { get; }
Property Value
Type Description
System.UInt32
| Improve this Doc View Source

ItemName

Declaration
public string ItemName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Type

Declaration
public override PayloadType Type { get; }
Property Value
Type Description
PayloadType
Overrides
Payload.Type

Methods

| Improve this Doc View Source

Encode()

Declaration
public override byte[] Encode()
Returns
Type Description
System.Byte[]
Overrides
Payload.Encode()
| Improve this Doc View Source

GetMarkerForIntegerBytes(Byte[])

Declaration
protected override byte GetMarkerForIntegerBytes(byte[] bytes)
Parameters
Type Name Description
System.Byte[] bytes
Returns
Type Description
System.Byte
Overrides
Payload.GetMarkerForIntegerBytes(Byte[])
| Improve this Doc View Source

ProcessChunkImpl(BinaryReader, Int64)

Declaration
protected override void ProcessChunkImpl(BinaryReader reader, long endOfStream)
Parameters
Type Name Description
System.IO.BinaryReader reader
System.Int64 endOfStream
Overrides
Payload.ProcessChunkImpl(BinaryReader, Int64)
| Improve this Doc View Source

Resolve()

Declaration
public override void Resolve()
Overrides
Payload.Resolve()
| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX