Discuss this help topic in SecureBlackbox Forum

TSBASDispositionSendingMode

Declared in     


Filter: C#/Java  VB.NET  Pascal  C++  


Defines sending modes for AS delivery receipts.

Declaration

[C#/Java]
    enum TSBASDispositionSendingMode { dsmSentManually = 0, dsmSentAutomatically = 1 };

[VB.NET]
    Enum TSBASDispositionSendingMode
        dsmSentManually = 0
        dsmSentAutomatically = 1
    End Enum

[Pascal]
    TSBASDispositionSendingMode = (dsmSentManually, dsmSentAutomatically);

[C++]
    typedef uint8_t TSBASDispositionSendingModeRaw;
    typedef enum { dsmSentManually = 0, dsmSentAutomatically = 1 } TSBASDispositionSendingMode;

Description

    Possible values:


Declared in

.NET:
  • Namespace: SBASCommon
  • Assembly: SecureBlackbox.EDI
VCL:
  • Unit: SBASCommon
Java:
  • Package: SecureBlackbox.EDI.jar
C++:
  • sbascommon.h

Discuss this help topic in SecureBlackbox Forum