BasicCard PCode errors (SW1=64h, SW2=P-Code error).
Namespace: BasicCardAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
[SerializableAttribute] [CLSCompliantAttribute(true)] public enum PCodeError |
Visual Basic |
---|
<SerializableAttribute> <CLSCompliantAttribute(true)> Public Enumeration PCodeError |
Visual C++ |
---|
[SerializableAttribute] [CLSCompliantAttribute(true)] public enum class PCodeError |
F# |
---|
[<SerializableAttribute>] [<CLSCompliantAttribute(true)>] type PCodeError |
Members
Member name | Value | Description | |
---|---|---|---|
pcStackOverflow | 1 | ||
pcDivideByZero | 2 | ||
pcNotImplemented | 3 | ||
pcBadRamHeap | 4 | ||
pcBadEepromHeap | 5 | ||
pcReturnWithoutGoSub | 6 | ||
pcBadSubscript | 7 | ||
pcBadBounds | 8 | ||
pcInvalidReal | 9 | ||
pcOverflow | 10 | ||
pcNegativeSqrt | 11 | ||
pcDimensionError | 12 | ||
pcBadStringCall | 13 | ||
pcOutOfMemory | 14 | ||
pcArrayNotDynamic | 15 | ||
pcArrayTooBig | 16 | ||
pcDeletedArray | 17 | ||
pcPCodeDisabled | 18 | ||
pcBadSystemCall | 19 | ||
pcBadKey | 20 | ||
pcBadLibraryCall | 21 | ||
pcStackUnderflow | 22 | ||
pcInvalidAddress | 23 |